home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / MailEnclosure / Source.v0.15 / info.subproj / Credits.h next >
Text File  |  1995-06-12  |  322b  |  23 lines

  1. #import <dpsclient/dpsNeXT.h>
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Credits:Object
  5. {
  6.    id scrollView;
  7.    id clipView;
  8.    NXPoint origin;
  9.    BOOL done;
  10.    id text;
  11.    DPSTimedEntry scrollFunc;
  12.    double seconds;
  13. }
  14.  
  15. - init;
  16. - setScrollView: anObject;
  17. - start: sender;
  18.  
  19. - setSeconds: (double) sec;
  20. - (double) seconds;
  21.  
  22. @end
  23.